2008-06-02 Yevgen Muntyan <muntyan@tamu.edu>
Bug 535497 - Print preview doesn't work.
* gtk/Makefile.am: GTK_PRINT_PREVIEW_COMMAND on quartz: use open
instead of launching Preview.app directly.
svn path=/trunk/; revision=20289
+2008-06-02 Yevgen Muntyan <muntyan@tamu.edu>
+
+ Bug 535497 – Print preview doesn't work.
+
+ * gtk/Makefile.am: GTK_PRINT_PREVIEW_COMMAND on quartz: use open
+ instead of launching Preview.app directly.
+
2008-06-02 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
if OS_UNIX
xdgmimedir += xdgmime
if USE_QUARTZ
-GTK_PRINT_PREVIEW_COMMAND="/Applications/Preview.app/Contents/MacOS/Preview %f"
+GTK_PRINT_PREVIEW_COMMAND="open -a /Applications/Preview.app %f"
else
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
endif